

 python-3.5.0-amd64.exe

,     

   --- ... --- AppData --- locals --- programs --- pithon --- pithon35



 ---   ---   --- Administrator Pover Shell


PS C:\> c:\Python35\python.exe -m  pip install opencv-python
Collecting opencv-python
  Could not find a version that satisfies the requirement opencv-python (from versions: )
No matching distribution found for opencv-python
You are using pip version 7.1.2, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.



PS C:\> c:\Python35\python.exe -m pip install --upgrade pip
Collecting pip
  Downloading https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (1.3MB)
    100% |################################| 1.3MB 280kB/s
Installing collected packages: pip
  Found existing installation: pip 7.1.2
    Uninstalling pip-7.1.2:
      Successfully uninstalled pip-7.1.2
Successfully installed pip-18.0


PS C:\> c:\Python35\python.exe -m  pip install opencv-python
Collecting opencv-python
  Downloading https://files.pythonhosted.org/packages/79/ce/7201b74736c0325e861fb5c24daee6895f463c527beb6999937199d6ffb6/opencv_python-3.4.3.18-cp35-cp35m-win_amd64.whl (33.8MB)
    100% |--------------------------------| 33.8MB 424kB/s
Collecting numpy>=1.11.1 (from opencv-python)
  Downloading https://files.pythonhosted.org/packages/b7/a7/b99bcbd00fe4d757a940933451a9a795e502e18e4aba15cb09265196db47/numpy-1.15.1-cp35-none-win_amd64.whl (13.5MB)
    100% |--------------------------------| 13.5MB 696kB/s
Installing collected packages: numpy, opencv-python
Successfully installed numpy-1.15.1 opencv-python-3.4.3.18


PS C:\> c:\Python35\python.exe -m  pip install imutils
Collecting imutils
  Downloading https://files.pythonhosted.org/packages/ee/29/6b20a2f2444be479cbd74b8fb0dd2ee92671e1c52360f1cb022c6c00e052/imutils-0.5.1.tar.gz
Installing collected packages: imutils
  Running setup.py install for imutils ... done
Successfully installed imutils-0.5.1


PS C:\>

